home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-03-04 | 1.1 KB | 49 lines | [TEXT/MPS ] |
- ; File: E16.StdFile
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-91
- ; All Rights Reserved
- ;
- ;
- badPromptDesc EQU $1701
- badOrigNameDesc EQU $1702
- badReplyNameDesc EQU $1704
- badReplyPathDesc EQU $1705
- badCall EQU $1706
- sfNotStarted EQU $17FF
- noDisplay EQU $0000 ; file not to be displayed
- noSelect EQU $0001 ; file displayed, but not selectable
- displaySelect EQU $0002 ; file displayed and selectable
- sfWildAuxType EQU $8000
- sfMatchFileType EQU $8000
- sfWildFileType EQU $4000
- sfMatchAuxType EQU $4000
- sfDisplayGrey EQU $2000
- ; offset constants for SFReplyRec
- ogood EQU 0
- ofileType EQU 2
- oauxFileType EQU 4
- ofilename EQU 6
- ofullPathname EQU 22
- ; offset constants for SFReplyRec2
- ;ogood EQU 0
- ;ofileType EQU 2
- oauxType EQU 4
- onameRefDesc EQU 8
- onameRef EQU 10
- opathRefDesc EQU 14
- opathRef EQU 16
- ; offset constants for SFMultiReplyRec
- ;ogood EQU 0
- onamesHandle EQU 2
- ; offset constants for namesHandle record
- obufferLength EQU 0
- ofileEntryArray EQU 2
- ; offset constants for fileEntryArray entry
- sfFileType EQU 0
- sfAuxType EQU 2
- sfNameLength EQU 6
- sfPrefix1 EQU 7
- sfPrefix2 EQU 8
- sfName EQU 9
-